home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / steppenw.swf / scripts / DefineSprite_2843 / frame_41 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  352 b   |  16 lines

  1. set("/Variables:ChienGrogne",false);
  2. if(_root.CacheChien.hitTest(_root.Meg._x,_root.Meg._y,true))
  3. {
  4.    set("/Variables:Stoppe",true);
  5.    tellTarget("_root.Animatiques")
  6.    {
  7.       gotoAndStop("ChienMord");
  8.    }
  9.    tellTarget("_root")
  10.    {
  11.       gotoAndStop("Tab1Stoppe");
  12.    }
  13.    set("/Variables:FrameTab1Chien",1);
  14.    gotoAndStop(1);
  15. }
  16.